compress/flate.Writer.d (field)
10 uses
compress/flate (current package)
deflate.go#L666: if err := dw.d.init(w, level); err != nil {
deflate.go#L684: zw.d.fillWindow(dict)
deflate.go#L702: d compressor
deflate.go#L709: return w.d.write(data)
deflate.go#L724: return w.d.syncFlush()
deflate.go#L729: return w.d.close()
deflate.go#L736: if dw, ok := w.d.w.writer.(*dictWriter); ok {
deflate.go#L739: w.d.reset(dw)
deflate.go#L740: w.d.fillWindow(w.dict)
deflate.go#L743: w.d.reset(dst)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |